home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / smlnet1d.arc / SMLNET.TXT < prev   
Text File  |  1988-12-25  |  11KB  |  267 lines

  1. Caller Documentation for SMLNET.EXE   ver: 1.D [12/25/88] by Darwin Collins
  2.  
  3.     This program was created to allow Remote callers (and Sysops)
  4.        add, edit, read, and search thru NetMail/EchoMail Conferences.
  5.     You can:
  6.        Add Public/Private Messages into upto 100 Conferences.
  7.        Have program look for new mail for You in all conferences.
  8.        Extract messages onto a downloadable Archived file.
  9.        Download via Xmodem/Ymodem/Zmodem the Archived eXtraction File.
  10.        Search thru all messages based on numerous criteria categories.
  11.        Sysops are capable of doing File Attaches/Requests.
  12.        Most Important!  It keeps track of Last Message Read !!!
  13.  
  14.   [[[                                                                ]]]
  15.   [[[   Pressing ESC will normally exit from the current prompt      ]]]
  16.   [[[                     and return you to the Previous Screen.     ]]]
  17.   [[[     Q will also work at most prompts.                          ]]]
  18.   [[[                                                                ]]]
  19.   [[[   Some of the commands may be stack via a Space or ; symbol.   ]]]
  20.   [[[   Example:  J WHO  will first do the  J (Join Conference) and  ]]]
  21.   [[[             then try to join the 'Who' conference.             ]]]
  22.   [[[                                                                ]]]
  23.  
  24.  
  25.  
  26. [[Commands in Very Brief]]
  27.  
  28.     J  < Join a Conference
  29.              The program will access the selected conference for
  30.              message reading and entering.
  31.     R  < Read Messages
  32.              Read the Messages of the Current conference
  33.     E  < Enter Messages
  34.              Enter a message to specified caller
  35.     G  < GoodBye.  Return to RBBS
  36.     N  < Check for New Mail
  37.              Will search thru conferences, and notify you of
  38.              any new mail that is for You.
  39.     D  < Download Xtract File
  40.              Using Xmodem,Ymodem, or Zmodem you can download the
  41.              file that contains all messages that you may have
  42.              extracted into.
  43.     H  < Help File
  44.              View this Help file.
  45.     C  < Default Screen Color
  46.              Change the default screen foreground color
  47.  
  48.  
  49.  
  50. ___________________ Description of the Commands _____________________________
  51.  
  52.  
  53. <J>   Join a Conference
  54.  
  55.       Using a displayed list of available conferences the remote caller
  56.       will select the one to try to 'Join' to.
  57.  
  58.  
  59. <R>   Read Messages
  60.  
  61.       This option will allow the normal caller or sysop to read the
  62.       message base using a more complex search criteria.
  63.  
  64.       During the actual display of the messages, the Prompt commands
  65.       are similar to RBBS, except that there are a few differences and
  66.       additions.
  67.  
  68.       Commands commonly available:
  69.  
  70.          <ESC>     Stop reading Messages
  71.          ENTER     It will default to Bracketed option.
  72.          ###       You can type the Message number to goto directly to
  73.          + or -    Change the Direction of the message display
  74.          *         Redefine Search Keys
  75.          C         (Sysop Level) Copy Current message into Editor to 'copy'
  76.          D         Goto to the  'Reply From' Message
  77.          K         Kill current Message (Sysop Level if Echomail conference)
  78.          M         Read next message that to/from you in current direction
  79.          N         Stop reading Messages
  80.          R         Reread the current message
  81.          RE        Reply to the Message
  82.          Q         Quit reading messages and return to Main Menu
  83.          U         Goto to the  'Reply To' Message
  84.          X         Xtract the Message into an Extract file
  85.          Y         Continue reading Messages
  86.  
  87.       Some options may stacked.  for example
  88.       123-      will start reading backwords from Message #123
  89.       X+        will extract current message and change the
  90.                 message number direction to increment (positive).
  91.       U*+       will start reading messages forwards
  92.                 will go 'U'p to the message # specified in 'Reply Next'
  93.                 will null any current search keys used in searching
  94.  
  95.       Private Messages will be displayed, if it is From or To you.
  96.  
  97.       The searches are more complex.  Whatever is in a search criteria
  98.       the message must have that in it, or else it won't be displayed.
  99.       For example, if you specify,  SYS  for the  From:  criteria then
  100.       only messages that are from those containing the letters  SYS  like
  101.       SYSOP or  PARALYSYS  will be displayed.
  102.  
  103.       To null out a specified search request you would type  *  at the
  104.       prompt to be deleted.  (You would only need to * it, if the
  105.       bracketed default is not already null).
  106.  
  107.       [For search purposes, Upper and Lower Case letters are the same.]
  108.  
  109.       Example 1:
  110.           You want to read all messages that are from  John Smith to you
  111.           (John Doe).  You could Specify:
  112.  
  113.           Search on From:  JOHN SMITH
  114.           Search on To  :  JOHN DOE
  115.  
  116.           then this program will only display messages that are from
  117.           John Smith to John Doe.
  118.  
  119.       Example 2:
  120.           You want to read all messages that have the subject of
  121.           SWAP MEET  then you may specify:
  122.  
  123.           Search on Topic: SWAP
  124.  
  125.           then smlnet will only display messages that have the word
  126.           SWAP anywhere in the Topic heading.
  127.  
  128.       Example 3:
  129.           You remember a message from John Blake, and that he talked
  130.           about a Compaq 386 but don't remember the rest of it.
  131.           So, you would specify:
  132.  
  133.           Search on From:  JOHN Blake
  134.  
  135.           You may specify   386   or   COMPAQ  for the 'text' criteria.
  136.           What the Text criteria is, that if a text is specified, then
  137.           the message must have that fragment somewhere within the
  138.           body of the message, for it to be displayed.
  139.  
  140.       Note. Just remember to deactivate the search keys after you are
  141.             done with them.
  142.  
  143.  
  144. <E>   Enter a Message
  145.  
  146.       This command will allow you to create a new message into the
  147.       current Conference.
  148.  
  149.       You can create a message by using the Message Editor or you
  150.       may insert message text from a text file.  You have up to
  151.       300 messages lines to store the message in.
  152.       (Only conference sysops are allowed to import textfiles into
  153.       the current conference/message base.)
  154.  
  155.       Options within Message Editing are:
  156.          !         (Sysop level) Crash Mail, File Attach/Requests
  157.          A         Abort entry of current message
  158.          C         Continue entry after last line
  159.          D         Delete specified lines
  160.          E         Edit specified line
  161.          F         (Sysop level) Append a Textfile to end of current message
  162.          H         Quicky Help Text
  163.          I         Insert and enter a message at specified number
  164.          L         List all lines in message
  165.          P         Active in Netmail conference Only!
  166.                      Toggle between Public/Private message mode
  167.                      Is this message to be saved as a Private
  168.                      or Public message.  When replying to a
  169.                      Private message your created message will
  170.                      default to Private unless you 'toggle it'
  171.                      to a Public message before you save it.
  172.          R         Replace specified line
  173.                      (allows you you retype the line.)
  174.          T         Change destination of message
  175.          S         Save the message
  176.  
  177.  
  178.       Conference sysops in the Netmail conference are also allowed
  179.       to do 'File Attach' and 'File Request' operations.  Be sure,
  180.       to type in the full directory path that the file is in.
  181.       It is the repsoniblity of the sysop to ensure the Filenames
  182.       are correct, exist, and syntax is correct.
  183.  
  184. <H>   Display Help Documention
  185.  
  186.       This Command will print out the SMLNet.TXT file onto the screen.
  187.       (What you are reading now.)
  188.  
  189.  
  190. <G>   GoodBye!!    Quit Program    Return to RBBS
  191.  
  192.  
  193. <C>   Change Foreground Text color
  194.       for example, have the characters White instead of [default] Cyan.
  195.  
  196.  
  197. <X>   Extract Messages
  198.       Somewhat similar to Read Messages but all specified messages
  199.       are appended to the  eXtract file. (downloadable).
  200.  
  201.       Smlnet will not allow a remote user to create an 'extract'
  202.       file that is bigger then the time needed to download the
  203.       file.  BUT, it will allow the remote user to download the
  204.       'extract' file no matter how much time he has left.
  205.  
  206.       The 'Extract' file is Always re-initialized upon startup
  207.       of Smlnet program.
  208.  
  209.  
  210. <D>   Download the Extract file
  211.  
  212.       Upon entering this command, Smlnet will Squash your Extract file
  213.       into a smaller downloadable file.  The sysop will notify you
  214.       of the Packing program that he has setup to use for this.
  215.       (He may have also disabled this packing feature.)
  216.  
  217.       For the Download process:
  218.       SmlNet Shells to a program called DSZ.COM by Chuck Forzberg.
  219.       If you haven't ever tried DSZ.COM, then please treat yourself
  220.       to this excellent Communication program.
  221.       Zmodem is excellant over the long distance lines!
  222.       I encourage you to register DSZ.COM for it is the best file
  223.       transfer program so far as I have seen in ShareWare.
  224.  
  225.       You can choose  Xmodem, Ymodem (1K Packet), or Zmodem for Transfers.
  226.  
  227.       After selecting the Protocal  (xmodem, ...) then you would toggle
  228.       your communication program to download the file.
  229.  
  230.       If you wish to abort the download, you must type in a dozen CTRL-X
  231.       for DSZ.COM to recognize your abort.
  232.  
  233.       Now... you can read all your mail offline...
  234.  
  235.  
  236. <N>   Check for new messages
  237.  
  238.       Question:    Check all conferences (Y/[N]) ?
  239.  
  240.            Pressing  Q  or  ESC  will abort the New Message search.
  241.            If Smlnet is actively checking a conference, then it
  242.            will return to the Main menu once it is done processing
  243.            the current conference.
  244.  
  245.            Answer:   N or Enter
  246.                Smlnet will check thru only conferences that have an
  247.                active Last Msg pointer in them.
  248.                If your Last Msg pointer for a specific conference is
  249.                older then the beginning message, then Smlnet will
  250.                Warn you that the Last Msg pointer is no longer active,
  251.                and that you will need to Join that conference, If you
  252.                want to re-activate the Last Msg pointer for the
  253.                conference.
  254.                In this mode, you can also tell Smlnet to download
  255.                your new mail when it finds some in each conference.
  256.  
  257.            Answer:   Y
  258.                Smlnet will then search thru All conferences that you
  259.                have access to for new messages, and any mail that is
  260.                for you.
  261.  
  262.            Of course, you would still need to Join that conference to
  263.            read any new mail.
  264.  
  265.  
  266. ==== End of SmlNet Caller Doc  SmlNet.Txt ====
  267.